* configure.in: Pass "-Isrc" to the CPP we run to examine the
authorJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 06:36:45 +0000 (06:36 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 06:36:45 +0000 (06:36 +0000)
s/*.h and m/*.h files.  Martin Tomes
<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.

configure1.in

index 690b74df0035704c93154dfb7202ee782f6ff9b5..cec0333b99b3db919e8c2e76ba8b26d59bae325a 100755 (executable)
@@ -1110,7 +1110,7 @@ echo '
 # The value of CPP is a quoted variable reference, so we need to do this
 # to get its actual value...
 foo=`eval "echo $CPP"`
-eval `${foo} ${tempcname} \
+eval `${foo} -Isrc ${tempcname} \
        | grep '@configure@' \
        | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'`
 rm ${tempcname}